(emacs-lisp-file-regexp): Fix up EOB.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Feb 2009 03:27:30 +0000 (03:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Feb 2009 03:27:30 +0000 (03:27 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 980057a3308efab478ab58e89d620a6b0cf8ed1e..b45d4af67bb305de258546cef3a84d7aeb4c6f05 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
+
 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * cmuscheme.el (scheme-args-to-list): Remove.
index f441d28ac4fdb70396d211b0a55de479efef00e1..7f0387d7ed1120a41f5dd2af222fb383c68e3648 100644 (file)
   "Emacs Lisp byte-compiler."
   :group 'lisp)
 
-(defcustom emacs-lisp-file-regexp "\\.el$"
+(defcustom emacs-lisp-file-regexp "\\.el\\'"
   "Regexp which matches Emacs Lisp source files.
 You may want to redefine the function `byte-compile-dest-file'
 if you change this variable."